home *** CD-ROM | disk | FTP | other *** search
/ Aminet 20 / Aminet 20 (1997)(GTI - Schatztruhe)[!][Aug 1997].iso / Aminet / comm / www / tw2html.lha / tw2html-1.0 / readme.txt next >
Text File  |  1997-06-13  |  4KB  |  125 lines

  1.                                   tw2html
  2.                                 Version 1.0
  3.                           (C)1997 Adrian O' Neill
  4.  
  5. Introduction
  6. ------------
  7.  
  8. TransWrite is an old Amiga wordprocessor that was quite popular - I think
  9. many companies gave it away free!  It was very good (i.e. it didn't crash
  10. every five minutes) and I still use it very frequently as it is so easy to
  11. use.  It has loads of simple features, such as underlining text,
  12. justification etc.
  13.  
  14. Anyway, when I started to put stuff out on the Internet I needed a way to
  15. convert all my old TransWrite files to HTML format, the standard that the
  16. WWW uses.  So I wrote tw2html, and I'm now releasing it as freeware.  I
  17. hope you find it useful.
  18.  
  19. The program allows you to take any file that TransWrite has saved and
  20. convert it directly into HTML.  This program should be of use to both those
  21. who have no experience with the WWW and want to publish their TW files
  22. without having to learn anything about HTML, and those who just want a
  23. quick way to take TW files to HTML then fiddle about with them!
  24.  
  25.  
  26. Usage
  27. -----
  28.  
  29. Copy the file tw2html to your C: directory (or wherever you keep your CLI
  30. commands).  Then from a CLI window type:
  31.  
  32. tw2html filename
  33.  
  34. where filename is the name of any TW file.  You should then find in the
  35. directory where the original file was a new file, filename.html.  This file
  36. is the HTML version of the original file, ready for use on the 'net!
  37.  
  38. You can also specify the name of the HTML file that will be produced, so
  39. for example you could use the command:
  40.  
  41. tw2html df0:filename ram:newfile.html
  42.  
  43. to convert the file to HTML format and store the results in the ram disk.
  44.  
  45.  
  46. Distribution
  47. ------------
  48.  
  49. This program can be considered freely distributable, subject to the
  50. following:
  51.  
  52. 1. The program must be distributed fully, unmodified with all copyright
  53. intact.
  54.  
  55. 2. Please don't make modifications then redistribute - submit the
  56. modifications to me and then I'll redistribute.
  57.  
  58.  
  59. Disclaimer
  60. ----------
  61.  
  62. PROGRAM DISCLAIMER: THE PROGRAMS ARE PROVIDED "AS IS" WITHOUT WARRANTY OF
  63. ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
  64. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  65. THE ENTIRE RISK AS TO THE RESULTS AND PERFORMANCE OF ANY PROGRAM IS ASSUMED
  66. BY YOU.  Should the programs prove defective, you (and not the author of
  67. these programs) assume the entire cost of all necessary servicing, repair,
  68. or correction.  Further, the author of these programs does not warrant,
  69. guarantee, or makes any representation regarding the use of, or the results
  70. of the use of, the programs in terms of corrections, accuracy, reliability,
  71. currentness, or otherwise; and you rely on the programs and results solely
  72. at your own risk.
  73.  
  74.  
  75. Adrian's Development Pages
  76. --------------------------
  77.  
  78. If you use tw2html and you like it, then all I ask in return is that you
  79. send me an e-mail telling me so!  My address is:
  80.  
  81.                               aon@bigfoot.com
  82.  
  83. Also, if you have a home page on the Internet, then please send me the URL
  84. and I'll add it to the list I maintain on my development pages of all the
  85. home pages of people that use my software.  The list can be found by
  86. following the link at:
  87.  
  88.      http://www.geocities.com/SiliconValley/Way/2374/development.html
  89.  
  90. (anyone using amosaic or another ancient browser - if you see nothing when
  91. you access the page above, then access the page n_development in the same
  92. directory).
  93.  
  94.  
  95. Source
  96. ------
  97.  
  98. Source code to tw2html is included.  It was compiled under DICE but should
  99. be ok for any ANSI-C compiler.  If you have any problems porting, please
  100. let me know!
  101.  
  102.  
  103. Limitations
  104. -----------
  105.  
  106. Strange things may happen if you have paragraphs over 5K!  Also, tw2html
  107. only understands the formatting codes jl, jr, jc and jf - all other codes
  108. are ignored.  If you can suggest suitable HTML for any other formatting
  109. code, please let me know!  The program also makes many assumptions, and can
  110. only give a rough style translation of most documents due to the nature of
  111. HTML.
  112.  
  113.  
  114. Contacting Me
  115. -------------
  116.  
  117. I'm Adrian O' Neill.  My e-mail address is aon@bigfoot.com - please let me
  118. know if you have any comments about this program or life in general.  My
  119. home page:
  120.  
  121.               http://www.geocities.com/SiliconValley/Way/2374
  122.  
  123. I also publish FileConv, util/conv/FileConv.lha on the Aminet.
  124.  
  125.